home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13459 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: gm78@dial.pipex.com (Matt Francis)
  3. Newsgroups: comp.lang.asm.x86,comp.lang.c,comp.lang.c++
  4. Subject: Re: Any info on reading or writing to CD-ROM?
  5. Date: Mon, 25 Mar 1996 20:32:57 GMT
  6. Organization: UnipalmPIPEX server (post doesn't reflect views of UnipalmPIPEX)
  7. Message-ID: <4j6vqn$qra@soap.news.pipex.net>
  8. References: <sehari.827706428@eng3.iastate.edu> <4j5fdj$4vo@roeskva.iist.unu.edu>
  9. NNTP-Posting-Host: an198.du.pipex.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. ep@iist.unu.edu (Erwin Paguio) wrote:
  13.  
  14. >In article <sehari.827706428@eng3.iastate.edu>, sehari@iastate.edu (Babak $ehari) writes:
  15. >|> ----
  16. >|> 
  17. >|> I am looking for a book or other informative material about reading
  18. >|> and writing tracks of a CD-ROM.  Can I do it with BIOS only or do I
  19. >|> need DOS?  Is it any different from reading and writing regular floppy
  20. >|> or hard disks?!
  21. >|> 
  22. >|> I Like to do this in C or C++, if there is any good library that can
  23. >|> read or write sectors/tracks of CD-ROM.  If that is not
  24. >|> possible, I like to know about BIOS INT or DOS INT that does this.
  25. >|> 
  26. >|> Any good assembly books that talks about this subject?
  27. >|> 
  28. >|>                             With highest regards,
  29. >|>                                  Babak   Sehari.
  30. >|> 
  31.  
  32. >I suggest you look at the MSCDEX documentation.  It discusses the ways on how to
  33. >read from a CDROM.  As reagrds to writing to one, I don't have any idea -- but I
  34. >think your CDROM drive must support it before you can perfrom a write.
  35.  
  36. You can't write to a CD-ROM. Just to remind, the RO part stands for
  37. "read-only". There is such a thing as a CD-ROM burner (for people with
  38. $many) which will write whole CDs at a time on special writeable
  39. blanks, but this is still write-once - you can't change it thereafter.
  40. [at a push, these will do multiple "sessions" on one CD, sequentially,
  41. but for technical reasons, you lose a number of megs per new "session"
  42. apart from whatever it is you want to write]. If you want to use one
  43. of these, I believe (being far too poor to own one myself!) that they
  44. generally need their own, proprietary software, which will probably be
  45. sold seperately to you for another $many.
  46.  
  47. >YO!
  48. >-- 
  49. >Erwin D. Paguio
  50. >http://rh.iist.unu.edu/~ep/ydeeps.html
  51. >Pascal and ASM Enthusiast
  52.  
  53. L8r.
  54. -Matt
  55.  
  56.  
  57.